All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.PopUpButtonCell

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Cell
                   |
                   +----com.apple.alpha.app.ActionCell
                           |
                           +----com.apple.alpha.app.ButtonCell
                                   |
                                   +----com.apple.alpha.app.MenuItemCell
                                           |
                                           +----com.apple.alpha.app.PopUpButtonCell

public class PopUpButtonCell
extends MenuItemCell
This class wraps the Objective-C class NSPopUpButtonCell.


Variable Index

 o PopUpButtonCellWillPopUpNotification

Constructor Index

 o PopUpButtonCell()
This default constructor is equivalent to Objective-C's [[NSPopUpButtonCell alloc] init].
 o PopUpButtonCell(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o PopUpButtonCell(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Method Index

 o addItemsWithTitles(Array)
A wrapper for the - addItemsWithTitles: Objective-C instance method.
 o addItemWithTitle(String)
A wrapper for the - addItemWithTitle: Objective-C instance method.
 o altersStateOfSelectedItem()
A wrapper for the - altersStateOfSelectedItem Objective-C instance method.
 o attachPopUpWithFrame(Rect, View)
A wrapper for the - attachPopUpWithFrame:inView: Objective-C instance method.
 o autoenablesItems()
A wrapper for the - autoenablesItems Objective-C instance method.
 o dismissPopUp()
A wrapper for the - dismissPopUp Objective-C instance method.
 o indexOfItem(MenuItem)
A wrapper for the - indexOfItem: Objective-C instance method.
 o indexOfItemWithRepresentedObject(Object)
A wrapper for the - indexOfItemWithRepresentedObject: Objective-C instance method.
 o indexOfItemWithTag(int)
A wrapper for the - indexOfItemWithTag: Objective-C instance method.
 o indexOfItemWithTarget(Object, Selector)
A wrapper for the - indexOfItemWithTarget:andAction: Objective-C instance method.
 o indexOfItemWithTitle(String)
A wrapper for the - indexOfItemWithTitle: Objective-C instance method.
 o indexOfSelectedItem()
A wrapper for the - indexOfSelectedItem Objective-C instance method.
 o insertItemWithTitleAtIndex(String, int)
A wrapper for the - insertItemWithTitle:atIndex: Objective-C instance method.
 o itemArray()
A wrapper for the - itemArray Objective-C instance method.
 o itemAtIndex(int)
A wrapper for the - itemAtIndex: Objective-C instance method.
 o itemTitleAtIndex(int)
A wrapper for the - itemTitleAtIndex: Objective-C instance method.
 o itemTitles()
A wrapper for the - itemTitles Objective-C instance method.
 o itemWithTitle(String)
A wrapper for the - itemWithTitle: Objective-C instance method.
 o lastItem()
A wrapper for the - lastItem Objective-C instance method.
 o numberOfItems()
A wrapper for the - numberOfItems Objective-C instance method.
 o performClick(Object)
A wrapper for the - performClick: Objective-C instance method.
 o preferredEdge()
A wrapper for the - preferredEdge Objective-C instance method.
 o pullsDown()
A wrapper for the - pullsDown Objective-C instance method.
 o removeAllItems()
A wrapper for the - removeAllItems Objective-C instance method.
 o removeItemAtIndex(int)
A wrapper for the - removeItemAtIndex: Objective-C instance method.
 o removeItemWithTitle(String)
A wrapper for the - removeItemWithTitle: Objective-C instance method.
 o selectedItem()
A wrapper for the - selectedItem Objective-C instance method.
 o selectItem(MenuItem)
A wrapper for the - selectItem: Objective-C instance method.
 o selectItemAtIndex(int)
A wrapper for the - selectItemAtIndex: Objective-C instance method.
 o selectItemWithTitle(String)
A wrapper for the - selectItemWithTitle: Objective-C instance method.
 o setAltersStateOfSelectedItem(boolean)
A wrapper for the - setAltersStateOfSelectedItem: Objective-C instance method.
 o setAutoenablesItems(boolean)
A wrapper for the - setAutoenablesItems: Objective-C instance method.
 o setMenu(Menu)
A wrapper for the - setMenu: Objective-C instance method.
 o setPreferredEdge(int)
A wrapper for the - setPreferredEdge: Objective-C instance method.
 o setPullsDown(boolean)
A wrapper for the - setPullsDown: Objective-C instance method.
 o setTitle(String)
A wrapper for the - setTitle: Objective-C instance method.
 o setUsesItemFromMenu(boolean)
A wrapper for the - setUsesItemFromMenu: Objective-C instance method.
 o synchronizeTitleAndSelectedItem()
A wrapper for the - synchronizeTitleAndSelectedItem Objective-C instance method.
 o titleOfSelectedItem()
A wrapper for the - titleOfSelectedItem Objective-C instance method.
 o usesItemFromMenu()
A wrapper for the - usesItemFromMenu Objective-C instance method.

Variables

 o PopUpButtonCellWillPopUpNotification
 public static final String PopUpButtonCellWillPopUpNotification

Constructors

 o PopUpButtonCell
 protected PopUpButtonCell(boolean shouldAllocate,
                           int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o PopUpButtonCell
 public PopUpButtonCell()
This default constructor is equivalent to Objective-C's [[NSPopUpButtonCell alloc] init].

 o PopUpButtonCell
 public PopUpButtonCell(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Methods

 o setMenu
 public native void setMenu(Menu menu)
A wrapper for the - setMenu: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

Overrides:
setMenu in class Cell
 o setPullsDown
 public native void setPullsDown(boolean flag)
A wrapper for the - setPullsDown: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o pullsDown
 public native boolean pullsDown()
A wrapper for the - pullsDown Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o setAutoenablesItems
 public native void setAutoenablesItems(boolean flag)
A wrapper for the - setAutoenablesItems: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o autoenablesItems
 public native boolean autoenablesItems()
A wrapper for the - autoenablesItems Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o setPreferredEdge
 public native void setPreferredEdge(int edge)
A wrapper for the - setPreferredEdge: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o preferredEdge
 public native int preferredEdge()
A wrapper for the - preferredEdge Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o setUsesItemFromMenu
 public native void setUsesItemFromMenu(boolean flag)
A wrapper for the - setUsesItemFromMenu: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o usesItemFromMenu
 public native boolean usesItemFromMenu()
A wrapper for the - usesItemFromMenu Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o setAltersStateOfSelectedItem
 public native void setAltersStateOfSelectedItem(boolean flag)
A wrapper for the - setAltersStateOfSelectedItem: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o altersStateOfSelectedItem
 public native boolean altersStateOfSelectedItem()
A wrapper for the - altersStateOfSelectedItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o addItemWithTitle
 public native void addItemWithTitle(String title)
A wrapper for the - addItemWithTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o addItemsWithTitles
 public native void addItemsWithTitles(Array itemTitles)
A wrapper for the - addItemsWithTitles: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o insertItemWithTitleAtIndex
 public native void insertItemWithTitleAtIndex(String title,
                                               int index)
A wrapper for the - insertItemWithTitle:atIndex: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o removeItemWithTitle
 public native void removeItemWithTitle(String title)
A wrapper for the - removeItemWithTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o removeItemAtIndex
 public native void removeItemAtIndex(int index)
A wrapper for the - removeItemAtIndex: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o removeAllItems
 public native void removeAllItems()
A wrapper for the - removeAllItems Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o itemArray
 public native Array itemArray()
A wrapper for the - itemArray Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o numberOfItems
 public native int numberOfItems()
A wrapper for the - numberOfItems Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfItem
 public native int indexOfItem(MenuItem item)
A wrapper for the - indexOfItem: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfItemWithTitle
 public native int indexOfItemWithTitle(String title)
A wrapper for the - indexOfItemWithTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfItemWithTag
 public native int indexOfItemWithTag(int tag)
A wrapper for the - indexOfItemWithTag: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfItemWithRepresentedObject
 public native int indexOfItemWithRepresentedObject(Object obj)
A wrapper for the - indexOfItemWithRepresentedObject: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfItemWithTarget
 public native int indexOfItemWithTarget(Object target,
                                         Selector actionSelector)
A wrapper for the - indexOfItemWithTarget:andAction: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o itemAtIndex
 public native MenuItem itemAtIndex(int index)
A wrapper for the - itemAtIndex: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o itemWithTitle
 public native MenuItem itemWithTitle(String title)
A wrapper for the - itemWithTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o lastItem
 public native MenuItem lastItem()
A wrapper for the - lastItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o selectItem
 public native void selectItem(MenuItem item)
A wrapper for the - selectItem: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o selectItemAtIndex
 public native void selectItemAtIndex(int index)
A wrapper for the - selectItemAtIndex: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o selectItemWithTitle
 public native void selectItemWithTitle(String title)
A wrapper for the - selectItemWithTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o setTitle
 public native void setTitle(String aString)
A wrapper for the - setTitle: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

Overrides:
setTitle in class ButtonCell
 o selectedItem
 public native MenuItem selectedItem()
A wrapper for the - selectedItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o indexOfSelectedItem
 public native int indexOfSelectedItem()
A wrapper for the - indexOfSelectedItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o synchronizeTitleAndSelectedItem
 public native void synchronizeTitleAndSelectedItem()
A wrapper for the - synchronizeTitleAndSelectedItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o itemTitleAtIndex
 public native String itemTitleAtIndex(int index)
A wrapper for the - itemTitleAtIndex: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o itemTitles
 public native Array itemTitles()
A wrapper for the - itemTitles Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o titleOfSelectedItem
 public native String titleOfSelectedItem()
A wrapper for the - titleOfSelectedItem Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o attachPopUpWithFrame
 public native void attachPopUpWithFrame(Rect cellFrame,
                                         View controlView)
A wrapper for the - attachPopUpWithFrame:inView: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o dismissPopUp
 public native void dismissPopUp()
A wrapper for the - dismissPopUp Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

 o performClick
 public native void performClick(Object sender)
A wrapper for the - performClick: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, PopUpButtonCell, should be enough to head you in the right direction should you find more than one such method).

Overrides:
performClick in class ButtonCell

All Packages  Class Hierarchy  This Package  Previous  Next  Index